The stream object to save the produced SVG document.





In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureDocumentConverter / SaveAsSVG_2 Method

SaveAsSVG_2 Method (GdPictureDocumentConverter)

In This Topic
This method converts and saves the currently loaded document to a SVG image. Only the first page within page range is converted.
Syntax
'Declaration
 
Public Function SaveAsSVG_2( _
   ByVal Stream As IStream _
) As GdPictureStatus
public GdPictureStatus SaveAsSVG_2( 
   IStream Stream
)
public function SaveAsSVG_2( 
    Stream: IStream
): GdPictureStatus; 
public function SaveAsSVG_2( 
   Stream : IStream
) : GdPictureStatus;
public: GdPictureStatus SaveAsSVG_2( 
   IStream* Stream
) 
public:
GdPictureStatus SaveAsSVG_2( 
   IStream^ Stream
) 

Parameters

Stream
The stream object to save the produced SVG document.

Return Value

A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.
Remarks
Keep noted that you have to specify a full file path with the correct file extension, which should be "svg".

The currently selected page remains selected after saving.

See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureDocumentConverter
GdPictureDocumentConverter Members
LoadFromFile Method
LoadFromStream(Stream,DocumentFormat) Method
CloseDocument Method
RasterizationDPI Property